Platform Explorer / Nuxeo Platform 2023.10

Operation Context.PopBlob (Pop File)

Description

Restore the last saved input file in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the last pushed file.
Operation id Context.PopBlob
AliasesBlob.Pop
Category Push & Pop
Label Pop File
Requires
Since

Parameters

No parameters.

Signature

Inputs void
Outputs blob

Implementation Information

Implementation Class Class: org.nuxeo.ecm.automation.core.operations.stack.PopBlob
Contributing Component org.nuxeo.ecm.core.automation.coreContrib

JSON Definition

{
  "id" : "Context.PopBlob",
  "aliases" : [ "Blob.Pop" ],
  "label" : "Pop File",
  "category" : "Push & Pop",
  "requires" : null,
  "description" : "Restore the last saved input file in the context input stack. This operation must be used only if a PUSH operation was previously made. Return the last <i>pushed</i> file.",
  "url" : "Context.PopBlob",
  "signature" : [ "void", "blob" ],
  "params" : [ ]
}